Remove grep-use-compilation-buffer defcustom.
authorKim F. Storm <storm@cua.dk>
Sun, 23 Nov 2003 22:50:48 +0000 (22:50 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 23 Nov 2003 22:50:48 +0000 (22:50 +0000)
lisp/progmodes/grep.el

index 27932806872ab4ad98e2e3da2f63531effeb287c..ea5fd421fe5ea36aec2fef4e8af6606cc571739e 100644 (file)
@@ -195,14 +195,14 @@ The following place holders should be present in the string:
 
 ;;;; TODO --- refine this!!
 
-(defcustom grep-use-compilation-buffer t
-  "When non-nil, grep specific commands update `compilation-last-buffer'.
-This means that standard compile commands like \\[next-error] and \\[compile-goto-error]
-can be used to navigate between grep matches (the default).
-Otherwise, the grep specific commands like \\[grep-next-match] must
-be used to navigate between grep matches."
-  :type 'boolean
-  :group 'grep)
+;;; (defcustom grep-use-compilation-buffer t
+;;;   "When non-nil, grep specific commands update `compilation-last-buffer'.
+;;; This means that standard compile commands like \\[next-error] and \\[compile-goto-error]
+;;; can be used to navigate between grep matches (the default).
+;;; Otherwise, the grep specific commands like \\[grep-next-match] must
+;;; be used to navigate between grep matches."
+;;;   :type 'boolean
+;;;   :group 'grep)
 
 ;; override compilation-last-buffer
 (defvar grep-last-buffer nil